┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/doc/cloud-init/module-docs/cc_apt_configure
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: example1.yaml
#cloud-config apt: preserve_sources_list: false disable_suites: - $RELEASE-updates - backports - $RELEASE - mysuite primary: - arches: - amd64 - i386 - default uri: http://us.archive.ubuntu.com/ubuntu search: - http://cool.but-sometimes-unreachable.com/ubuntu - http://us.archive.ubuntu.com/ubuntu search_dns: false - arches: - s390x - arm64 uri: http://archive-to-use-for-arm64.example.com/ubuntu security: - arches: - default search_dns: true sources_list: | deb $MIRROR $RELEASE main restricted deb-src $MIRROR $RELEASE main restricted deb $PRIMARY $RELEASE universe restricted deb $SECURITY $RELEASE-security multiverse debconf_selections: set1: the-package the-package/some-flag boolean true conf: | APT { Get { Assume-Yes 'true'; Fix-Broken 'true'; } } proxy: http://[[user][:pass]@]host[:port]/ http_proxy: http://[[user][:pass]@]host[:port]/ ftp_proxy: ftp://[[user][:pass]@]host[:port]/ https_proxy: https://[[user][:pass]@]host[:port]/ sources: source1: keyid: keyid keyserver: keyserverurl source: deb [signed-by=$KEY_FILE] http://<url>/ bionic main source2: source: ppa:<ppa-name> source3: source: deb $MIRROR $RELEASE multiverse key: | ------BEGIN PGP PUBLIC KEY BLOCK------- <key data> ------END PGP PUBLIC KEY BLOCK------- source4: source: deb $MIRROR $RELEASE multiverse append: false key: | ------BEGIN PGP PUBLIC KEY BLOCK------- <key data> ------END PGP PUBLIC KEY BLOCK-------
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 data.yaml
YAML
1.5 KB
2024-11-25 16:09
EDIT
📄 example1.yaml
YAML
1.8 KB
2024-11-25 16:09
EDIT
📄 example2.yaml
YAML
148 B
2024-11-25 16:09
EDIT